a{
    text-decoration: none;
}
.footer-background-box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 68px;
    padding-top: 30px;
}
.footer-logo{
    display: flex;
    align-items: center;
}
.footer-logo p{
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #538DB6;
    margin-left: 40px;
}
.footer-column-box{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.footer-column-box ul p,.footer-news p a{
    font-family: SourceHanSansCN-Medium;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    margin-bottom: 1rem;
} 
.footer-column-box ul li{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: 0px;
}
.footer-column-box ul li a,.footer-column-box ul p a{
    color: rgba(255, 255, 255, 0.5);
}
.footer-column-box ul li:hover .footer-column-color{
    color: #FFFFFF !important;
}
.footer-news{
    margin-bottom: 31px;
}
.qrcode-box{
    display: flex;
}
.telephone-box span{
    font-family: SourceHanSansCN-Regular;
    font-size: 41px;
    font-weight: normal;
    line-height: 49px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-left: 16px;
}
.mailbox-box span,.address-box span{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 16px;
}
.telephone-box,.mailbox-box,.address-box{
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}
.qrcode-box li img{
    width: 120px;
    height: 120px;
}
.qrcode-box li p{
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 14px;
}
.qrcode-box li{
    text-align: center;
    margin-right: 58px;
}
.qrcode-box li:last-child{
    margin-right: 0;
}
.footer-column-qrcode{
    padding-bottom: 90px;
}
.copyright-box p{
    font-family: SourceHanSansCN-Regular;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: -35px;
}
.footer-SplitLine{
    border-right: 2px solid #538DB6;
}
.footer-information ul{
    float: right;
}
.footer-column-box ul,.footer-information ul{
    list-style: none;
    padding-left: 0;
}
@media (max-width: 1200px){
    .footer-column-box{
        width: 100%;
    }
    .footer-information,.footer-logo{
        width: 100%;
    }
    .footer-information ul{
        float: left;
    }
    .footer-SplitLine{
        border-right: 0px solid #538DB6;
    }
    .footer-column-qrcode {
        padding-bottom: 135px;
    }
    .copyright-box p{
        margin-top: -65px;
    }
}